home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / INSPRO11.ARJ / INSTALL.INF < prev    next >
INI File  |  1992-07-28  |  2KB  |  66 lines

  1. ; EDI Install Pro - v1.00 - Installation Script
  2. ; Eschalon Development Inc.
  3.  
  4.  
  5. [Application]
  6. ; Application information
  7. Name=EDI Install Pro
  8. Title=EDI Install Pro - Installation
  9. Directory=C:\WINDOWS\INSTALL.PRO
  10. PM Group=EDI Install
  11. Free Space=200
  12. Files Total=138
  13. Background=Dithered
  14. Bitmap File=install.bmp
  15. ReadMe=ReadMe.txt
  16.  
  17.  
  18. [Components]
  19. ;List of components.  Description and size (in KB).
  20. 1=Documentation 52
  21. 2="Installer & Utilities" 53
  22. 3="Custom library - Sample Code" 33
  23.  
  24.  
  25. [Disks]
  26. ;List of disks needed.  Names are used for user request.  They
  27. ;do not need to be the disk's label.
  28. 1=EDI Install Pro Disk
  29.  
  30.  
  31. [Directories]
  32. ;lists of directories that must be created from the destination directory
  33. ;files to be copied are in the same directory structure on the
  34. ;floppy (by default).  You may use 0 as the root destination directory.
  35. 1=Samples
  36.  
  37.  
  38. [Files]
  39. ;description, filename, (Component #), (dir #), (diskette #), (Compressed?), (Version Check)
  40. ReadMe text file=README.TXT        1 0 1 N A
  41. Install Manual=INSTALL.WRI         1 0 1 N A
  42. Order Form=ORDRFORM.TXT            1 0 1 N A
  43. Order Form Icon=ORDRFORM.ICO       1 0 1 N A
  44.  
  45. EDI Install=INSTALL.EXE            2 0 1 N A
  46. EDI Install (BIN)=INSTALL.BIN      2 0 1 N A
  47. Install Info (.INF)=INSTALL.INF    2 0 1 N A
  48. Background bitmap=INSTALL.BMP      2 0 1 N A
  49.  
  50. Install Info (.TXT)=INSTALL.TXT    3 1 1 N A
  51. DLL Sample Code=INSTLIB.PAS        3 1 1 N A
  52. DLL Sample Code=INSTLIB.C          3 1 1 N A
  53. DLL Sample Code=INSTLIB.DEF       3 1 1 N A
  54.  
  55.  
  56. [PM Group]
  57. ;description, Command line (with relative path), Icon name (with relative path), Icon index
  58. ;Use "%%" (without the quotes) to specify the files path.  Don't forget the "\"!
  59. ;Enclose command line in quotes (") if it contains any parameters.
  60. ;(EX: "WRITE.EXE %%\TEXT.WRI")
  61. ;The only required entry is the program.  You don't have to specify the others if you
  62. ;don't need them.
  63.  
  64. EDI Install Pro=2 %%\INSTALL.EXE
  65. Manual=1 %%\INSTALL.WRI
  66. Order Form=1 %%\ORDRFORM.TXT %%\ORDRFORM.ICO